toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
core
/
com.moengage.core.model.authentication
/
[androidJvm]AuthenticationData
Authentication
Data
sealed
class
AuthenticationData
Different types of authentication data.
Inheritors
Jwt
Members
Types
Jwt
Link copied to clipboard
data
class
Jwt
(
val
token
:
String
,
val
userIdentifier
:
String
)
:
AuthenticationData
Authentication using JWT (JSON Web Token).